home *** CD-ROM | disk | FTP | other *** search
- head 1.2;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @@;
-
-
- 1.2
- date 90.09.24.14.38.39; author douglis; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 90.03.07.12.12.51; author douglis; state Exp;
- branches ;
- next ;
-
-
- desc
- @extra commands for pmake
- @
-
-
- 1.2
- log
- @use debug library
- @
- text
- @#
- # This file is included by Makefile. Makefile is generated automatically
- # by mkmf, and this file provides additional local personalization. The
- # variable SYSMAKEFILE is provided by Makefile; it's a system Makefile
- # that must be included to set up various compilation stuff.
- #
-
- # Use the uninstalled C library during testing.
- LIBS = -lc_g
-
- #include <$(SYSMAKEFILE)>
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @a7 5
- #
- # Turn on extra debugging.
- #
- #XCFLAGS = -DDEBUG -DWRITE_INTERVAL=5
-
- d9 1
- a9 1
- # LIBS = -lc_g
- @
-